home *** CD-ROM | disk | FTP | other *** search
/ Software USA 3 #11 / Software USA Volume 3.11.iso / mac / Education / PlastFEM / Input Files / Force Distribution / Force Distribution Mesh < prev    next >
Encoding:
Text File  |  1997-05-07  |  572 b   |  34 lines  |  [TEXT/R*ch]

  1. / Mesh Generator Input Data
  2. /
  3. / name of problem (one word)
  4. Force.Distribution
  5. /
  6. / number of points
  7. 5
  8. / x and y point coordinates
  9. 0.0  0.0
  10. 300.0  0.0
  11. 300.0 300.0
  12. 150.0 300.0
  13. 0.0 300.0
  14. / number of closed areas
  15. 1
  16. / Young's Modulus, Poisson's Ratio
  17.  2.1e+5    0.30
  18. / Yield Stress, Hardening Factor, Thickness
  19. 100 0.01  1
  20. / number of sides
  21. 5
  22. / type, number of first point, number of elements, element ratio
  23. 0 1 10 1   / unten
  24. 0 2 10 1   / rechts
  25. 0 3  8 0.83   / oben rechts
  26. 0 4  8 1.2   / oben links
  27. 0 5 10 1   / links
  28. /
  29. / number of links
  30. 0
  31. / optimization yes/no (1/0)
  32. 1
  33. / end
  34.